home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / progjour / 1988 / 04 / smltpl.def < prev    next >
Text File  |  1988-04-28  |  274b  |  19 lines

  1. NAME    Smltpl
  2.  
  3. DESCRIPTION 'Windows small memory model template'
  4.  
  5. STUB 'Winstub.exe'
  6.  
  7. HEAPSIZE    1024
  8. STACKSIZE    4096
  9.  
  10. CODE    MOVEABLE
  11. DATA    MOVEABLE MULTIPLE
  12.  
  13. SEGMENTS
  14.     _TEXT PRELOAD MOVEABLE
  15.     _INIT PRELOAD MOVEABLE DISCARDABLE
  16.  
  17. EXPORTS
  18.     MainWndProc    @1
  19.